home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / alsa / cards / CMI8738-MC6.conf < prev    next >
Text File  |  2006-01-09  |  2KB  |  140 lines

  1. #
  2. # Configuration for the CMI8738 chip with 4/6 multi-channel support
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. CMI8738-MC6.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14.     device 0
  15. }    
  16.  
  17. # default with dmix/dsnoop
  18. CMI8738-MC6.pcm.default {
  19.     @args [ CARD ]
  20.     @args.CARD {
  21.         type string
  22.     }
  23.     type asym
  24.     playback.pcm {
  25.         type plug
  26.         slave.pcm {
  27.             @func concat
  28.             strings [ "dmix:" $CARD ]
  29.         }
  30.     }
  31.     capture.pcm {
  32.         type plug
  33.         slave.pcm {
  34.             @func concat
  35.             strings [ "dsnoop:" $CARD ]
  36.         }
  37.     }
  38. }
  39.  
  40. <confdir:pcm/rear.conf>
  41.  
  42. # 2nd DAC
  43. # FIXME: we need a volume attenuator for rear channel.
  44. CMI8738-MC6.pcm.rear.0 {
  45.     @args [ CARD ]
  46.     @args.CARD {
  47.         type string
  48.     }
  49.     type hw
  50.     card $CARD
  51.     device 1
  52. }
  53.  
  54. <confdir:pcm/surround40.conf>
  55.  
  56. CMI8738-MC6.pcm.surround40.0 {
  57.     @args [ CARD ]
  58.     @args.CARD {
  59.         type string
  60.     }
  61.     type hooks
  62.     slave.pcm {
  63.         type hw
  64.         card $CARD
  65.         device 1
  66.     }
  67.     hooks.0 {
  68.         type ctl_elems
  69.         hook_args [
  70.             {
  71.                 name "Four Channel Mode"
  72.                 lock true
  73.                 preserve true
  74.                 value false
  75.             }
  76.         ]
  77.     }
  78. }    
  79.  
  80.  
  81. <confdir:pcm/surround41.conf>
  82. <confdir:pcm/surround50.conf>
  83. <confdir:pcm/surround51.conf>
  84.  
  85. CMI8738-MC6.pcm.surround51.0 "cards.CMI8738-MC6.pcm.surround40.0"
  86.  
  87. <confdir:pcm/iec958.conf>
  88.  
  89. CMI8738-MC6.pcm.iec958.0 {
  90.     @args [ CARD AES0 AES1 AES2 AES3 ]
  91.     @args.CARD {
  92.         type string
  93.     }
  94.     @args.AES0 {
  95.         type integer
  96.     }
  97.     @args.AES1 {
  98.         type integer
  99.     }
  100.     @args.AES2 {
  101.         type integer
  102.     }
  103.     @args.AES3 {
  104.         type integer
  105.     }
  106.     type asym
  107.     playback.pcm {
  108.         type hooks
  109.         slave.pcm {
  110.             type hw
  111.             card $CARD
  112.             device 2
  113.         }
  114.         hooks.0 {
  115.             type ctl_elems
  116.             hook_args [
  117.                 {
  118.                     interface PCM
  119.                     name "IEC958 Playback PCM Stream"
  120.                     device 2
  121.                     lock true
  122.                     preserve true
  123.                     value [ $AES0 $AES1 $AES2 $AES3 ]
  124.                 }
  125.                 {
  126.                     name "IEC958 Loop"
  127.                     lock true
  128.                     preserve true
  129.                     value off
  130.                 }
  131.             ]
  132.         }
  133.     }
  134.     capture.pcm {
  135.         type hw
  136.         card $CARD
  137.         device 2
  138.     }
  139. }
  140.